home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / editor / all_v100.zip / _SETUP.1 / 1-4-All.exe / 0 / RCDATA / TFORM17 / TFORM17.txt < prev   
Text File  |  1996-10-22  |  1KB  |  75 lines

  1. object Form17: TForm17
  2.   Left = 225
  3.   Top = 112
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Checkbox'
  7.   ClientHeight = 113
  8.   ClientWidth = 203
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 24
  19.     Top = 8
  20.     Width = 169
  21.     Height = 65
  22.   end
  23.   object Label1: TLabel
  24.     Left = 32
  25.     Top = 24
  26.     Width = 31
  27.     Height = 13
  28.     Caption = 'Name:'
  29.   end
  30.   object Image1: TImage
  31.     Left = 8
  32.     Top = 16
  33.     Width = 13
  34.     Height = 13
  35.     AutoSize = True
  36.     Picture.Data = {<image000.bmp>}
  37.   end
  38.   object edit1: TEdit
  39.     Left = 72
  40.     Top = 16
  41.     Width = 105
  42.     Height = 21
  43.     TabOrder = 0
  44.   end
  45.   object CheckBox1: TCheckBox
  46.     Left = 72
  47.     Top = 48
  48.     Width = 73
  49.     Height = 17
  50.     Caption = 'Checked'
  51.     State = cbChecked
  52.     TabOrder = 1
  53.   end
  54.   object Button1: TButton
  55.     Left = 56
  56.     Top = 80
  57.     Width = 65
  58.     Height = 25
  59.     Caption = 'Ok'
  60.     Default = True
  61.     TabOrder = 2
  62.     OnClick = Button1Click
  63.   end
  64.   object Button2: TButton
  65.     Left = 128
  66.     Top = 80
  67.     Width = 65
  68.     Height = 25
  69.     Cancel = True
  70.     Caption = 'Cancel'
  71.     TabOrder = 3
  72.     OnClick = Button2Click
  73.   end
  74. end
  75.